home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 May / PCWMAY06.iso / Software / Freeware / First Page 2006 3.00 / fp2006-final-3.00-setup.exe / {app} / Iscripts / Forms Misc / submit-link.izs < prev    next >
Text File  |  2005-09-28  |  970b  |  53 lines

  1. <!NOWIZARD>
  2.  
  3. <!TITLE>Submit Link 
  4. <!/TITLE>
  5.  
  6. <!DESCRIPTION> Now you can easily use text or an image as a submit button! <!/DESCRIPTION> 
  7.  
  8. <!CATEGORY>Forms<!/CATEGORY>
  9.  
  10. <!SCRIPT>
  11. <!-- START OF SCRIPT -->
  12.  
  13.  
  14. <!-- HOW TO INSTALL SUBMIT LINK:
  15.  
  16.   1.  Copy code into the body section of document  -->
  17.  
  18. <!-- STEP ONE: Add this code into BODY section of document  -->
  19.  
  20. <BODY>
  21.  
  22. <form name="theForm">
  23. <input type=text name="formInput">
  24. <a href="javascript:document.theForm.submit();">Submit</a>
  25. </form>
  26.  
  27.  
  28.  
  29. <!-- END OF SCRIPT -->
  30. <!/SCRIPT>
  31.  
  32. <!PREVIEW>
  33. <!-- START OF SCRIPT -->
  34.  
  35.  
  36. <!-- HOW TO INSTALL SUBMIT LINK:
  37.  
  38.   1.  Copy code into the body section of document  -->
  39.  
  40. <!-- STEP ONE: Add this code into BODY section of document  -->
  41.  
  42. <BODY>
  43.  
  44. <form name="theForm">
  45. <input type=text name="formInput">
  46. <a href="javascript:document.theForm.submit();">Submit</a>
  47. </form>
  48.  
  49. <!-- END OF SCRIPT -->
  50. <!/PREVIEW>
  51.  
  52. <!RELATED>NONE<!/RELATED>
  53.